div{
font-family: Comic Sans MS;
width: 600px;
height: 298px;
color: black
border-bottom:double 5px red;
border-left: double 50px aqua;	
background-image: url("Img2.png");
background-repeat: repeat-x;
background-position: top;
}
.Capa{
font-family: Comic Sans MS;
font-size: 50px;
color: gold;
width: 600px;
height: 300px;
background-image: url("img.png");
background-repeat: repeat-y;
background-position: right;
}